Skip to content

Fix kube-rbac-proxy image registry: gcr.io -> registry.k8s.io - #124

Merged
ajfloeder merged 1 commit into
masterfrom
fix-kube-rbac-proxy-registry
Mar 16, 2026
Merged

Fix kube-rbac-proxy image registry: gcr.io -> registry.k8s.io#124
ajfloeder merged 1 commit into
masterfrom
fix-kube-rbac-proxy-registry

Conversation

@ajfloeder

Copy link
Copy Markdown
Contributor

Google deprecated gcr.io and removed the kube-rbac-proxy image. This causes ImagePullBackOff failures when deploying to environments without a registry mirror (e.g., KIND clusters).

Update the image reference from gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1 to registry.k8s.io/kubebuilder/kube-rbac-proxy:v0.14.1, which is the official replacement registry.

Google deprecated gcr.io and removed the kube-rbac-proxy image.
Update to use the same image from registry.k8s.io which is the
official replacement registry.

Signed-off-by: Anthony Floeder <anthony.floeder@hpe.com>
@ajfloeder
ajfloeder merged commit 7ebec7d into master Mar 16, 2026
2 checks passed
@ajfloeder
ajfloeder deleted the fix-kube-rbac-proxy-registry branch March 16, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants